home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Resources / Online / Miami / MiamiSDK / netinclude / netinet / igmp_var.h < prev    next >
C/C++ Source or Header  |  1997-12-04  |  231b  |  20 lines

  1. #ifndef _NETINET_IGMP_VAR_H_
  2. #define _NETINET_IGMP_VAR_H_
  3.  
  4. #ifndef _SYS_SYSCTL_H_
  5. #include <sys/sysctl.h>
  6. #endif
  7.  
  8. /*
  9.  * Names for IGMP sysctl objects
  10.  */
  11. #define IGMPCTL_MAXID        1
  12.  
  13. #define IGMPCTL_NAMES { \
  14.     { 0, 0 }, \
  15. }
  16.  
  17. #endif
  18.  
  19.  
  20.